home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / komunikace / apache / apache_2[1].2.2-win32-x86-no_ssl.msi / Data1.cab / _4634437F21E896E759786860395A7B1E < prev    next >
Extensible Markup Language  |  2006-01-30  |  30KB  |  458 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
  4.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5.               This file is generated from xml source: DO NOT EDIT
  6.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  7.       -->
  8. <title>mod_cache - Apache HTTP Server</title>
  9. <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  10. <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  11. <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  12. <link href="../images/favicon.ico" rel="shortcut icon" /></head>
  13. <body>
  14. <div id="page-header">
  15. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
  16. <p class="apache">Apache HTTP Server Version 2.2</p>
  17. <img alt="" src="../images/feather.gif" /></div>
  18. <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
  19. <div id="path">
  20. <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.2</a> > <a href="./">Modules</a></div>
  21. <div id="page-content">
  22. <div id="preamble"><h1>Apache Module mod_cache</h1>
  23. <div class="toplang">
  24. <p><span>Available Languages: </span><a href="../en/mod/mod_cache.html" title="English"> en </a> |
  25. <a href="../ja/mod/mod_cache.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
  26. <a href="../ko/mod/mod_cache.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
  27. </div>
  28. <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Content cache keyed to URIs.</td></tr>
  29. <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  30. <tr><th><a href="module-dict.html#ModuleIdentifier">ModuleáIdentifier:</a></th><td>cache_module</td></tr>
  31. <tr><th><a href="module-dict.html#SourceFile">SourceáFile:</a></th><td>mod_cache.c</td></tr></table>
  32. <h3>Summary</h3>
  33.  
  34.     <div class="warning">This module should be used with care and
  35.     can be used to circumvent <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code> and <code class="directive"><a href="../mod/mod_authz_host.html#deny">Deny</a></code> directives. You 
  36.     should not enable caching for any content to which you wish
  37.     to limit access by client host name, address or environment
  38.     variable.</div>  
  39.  
  40.     <p><code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code> implements an <a href="http://www.ietf.org/rfc/rfc2616.txt">RFC 2616</a> compliant HTTP
  41.     content cache that can be used to cache either local or proxied content.
  42.     <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code> requires the services of one or more storage
  43.     management modules. Two storage management modules are included in
  44.     the base Apache distribution:</p>
  45.     <dl>
  46.     <dt><code class="module"><a href="../mod/mod_disk_cache.html">mod_disk_cache</a></code></dt>
  47.     <dd>implements a disk based storage manager.</dd>
  48.  
  49.     <dt><code class="module"><a href="../mod/mod_mem_cache.html">mod_mem_cache</a></code></dt>
  50.     <dd>implements a memory based storage manager. 
  51.     <code class="module"><a href="../mod/mod_mem_cache.html">mod_mem_cache</a></code> can be configured to operate in two
  52.     modes: caching open file descriptors or caching objects in heap storage.
  53.     <code class="module"><a href="../mod/mod_mem_cache.html">mod_mem_cache</a></code> can be used to cache locally generated content
  54.     or to cache backend server content for <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> when
  55.     configured using <code class="directive"><a href="../mod/mod_proxy.html#proxypass">ProxyPass</a></code>
  56.     (aka <dfn>reverse proxy</dfn>)</dd>
  57.     </dl>
  58.  
  59.     <p>Content is stored in and retrieved from the cache using URI based keys. Content with
  60.     access protection is not cached.</p>
  61. </div>
  62. <div id="quickview"><h3 class="directives">Directives</h3>
  63. <ul id="toc">
  64. <li><img alt="" src="../images/down.gif" /> <a href="#cachedefaultexpire">CacheDefaultExpire</a></li>
  65. <li><img alt="" src="../images/down.gif" /> <a href="#cachedisable">CacheDisable</a></li>
  66. <li><img alt="" src="../images/down.gif" /> <a href="#cacheenable">CacheEnable</a></li>
  67. <li><img alt="" src="../images/down.gif" /> <a href="#cacheignorecachecontrol">CacheIgnoreCacheControl</a></li>
  68. <li><img alt="" src="../images/down.gif" /> <a href="#cacheignoreheaders">CacheIgnoreHeaders</a></li>
  69. <li><img alt="" src="../images/down.gif" /> <a href="#cacheignorenolastmod">CacheIgnoreNoLastMod</a></li>
  70. <li><img alt="" src="../images/down.gif" /> <a href="#cachelastmodifiedfactor">CacheLastModifiedFactor</a></li>
  71. <li><img alt="" src="../images/down.gif" /> <a href="#cachemaxexpire">CacheMaxExpire</a></li>
  72. <li><img alt="" src="../images/down.gif" /> <a href="#cachestorenostore">CacheStoreNoStore</a></li>
  73. <li><img alt="" src="../images/down.gif" /> <a href="#cachestoreprivate">CacheStorePrivate</a></li>
  74. </ul>
  75. <h3>Topics</h3>
  76. <ul id="topics">
  77. <li><img alt="" src="../images/down.gif" /> <a href="#related">Related Modules and Directives</a></li>
  78. <li><img alt="" src="../images/down.gif" /> <a href="#sampleconf">Sample Configuration</a></li>
  79. </ul></div>
  80. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  81. <div class="section">
  82. <h2><a name="related" id="related">Related Modules and Directives</a></h2>
  83.     <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="../mod/mod_disk_cache.html">mod_disk_cache</a></code></li><li><code class="module"><a href="../mod/mod_mem_cache.html">mod_mem_cache</a></code></li></ul></td><td><ul><li><code class="directive"><a href="../mod/mod_disk_cache.html#cacheroot">CacheRoot</a></code></li><li><code class="directive"><a href="../mod/mod_disk_cache.html#cachedirlevels">CacheDirLevels</a></code></li><li><code class="directive"><a href="../mod/mod_disk_cache.html#cachedirlength">CacheDirLength</a></code></li><li><code class="directive"><a href="../mod/mod_disk_cache.html#cacheminfilesize">CacheMinFileSize</a></code></li><li><code class="directive"><a href="../mod/mod_disk_cache.html#cachemaxfilesize">CacheMaxFileSize</a></code></li><li><code class="directive"><a href="../mod/mod_mem_cache.html#mcachesize">MCacheSize</a></code></li><li><code class="directive"><a href="../mod/mod_mem_cache.html#mcachemaxobjectcount">MCacheMaxObjectCount</a></code></li><li><code class="directive"><a href="../mod/mod_mem_cache.html#mcacheminobjectsize">MCacheMinObjectSize</a></code></li><li><code class="directive"><a href="../mod/mod_mem_cache.html#mcachemaxobjectsize">MCacheMaxObjectSize</a></code></li><li><code class="directive"><a href="../mod/mod_mem_cache.html#mcacheremovalalgorithm">MCacheRemovalAlgorithm</a></code></li><li><code class="directive"><a href="../mod/mod_mem_cache.html#mcachemaxstreamingbuffer">MCacheMaxStreamingBuffer</a></code></li></ul></td></tr></table>
  84. </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  85. <div class="section">
  86. <h2><a name="sampleconf" id="sampleconf">Sample Configuration</a></h2>
  87.     <div class="example"><h3>Sample httpd.conf</h3><p><code>
  88.       #<br />
  89.       # Sample Cache Configuration<br />
  90.       #<br />
  91.       LoadModule cache_module modules/mod_cache.so<br />
  92.       <br />
  93.       <IfModule mod_cache.c><br />
  94.       <span class="indent">
  95.         #LoadModule disk_cache_module modules/mod_disk_cache.so<br />
  96.         # If you want to use mod_disk_cache instead of mod_mem_cache,<br />
  97.         # uncomment the line above and comment out the LoadModule line below.<br />
  98.         <IfModule mod_disk_cache.c><br />
  99.         <span class="indent">
  100.           CacheRoot c:/cacheroot<br />
  101.           CacheEnable disk  /<br />
  102.           CacheDirLevels 5<br />
  103.           CacheDirLength 3<br />
  104.         </span>
  105.         </IfModule> <br />
  106.         <br />
  107.         LoadModule mem_cache_module modules/mod_mem_cache.so<br />
  108.         <IfModule mod_mem_cache.c><br />
  109.         <span class="indent">
  110.           CacheEnable mem  /<br />
  111.           MCacheSize 4096<br />
  112.           MCacheMaxObjectCount 100<br />
  113.           MCacheMinObjectSize 1<br />
  114.           MCacheMaxObjectSize 2048<br />
  115.         </span>
  116.         </IfModule><br />
  117.         <br />
  118.         # When acting as a proxy, don't cache the list of security updates<br />
  119.         CacheDisable http://security.update.server/update-list/<br />
  120.       </span>
  121.       </IfModule>
  122.     </code></p></div>
  123. </div>
  124. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  125. <div class="directive-section"><h2><a name="CacheDefaultExpire" id="CacheDefaultExpire">CacheDefaultExpire</a> <a name="cachedefaultexpire" id="cachedefaultexpire">Directive</a></h2>
  126. <table class="directive">
  127. <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The default duration to cache a document when no expiry date is specified.</td></tr>
  128. <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheDefaultExpire <var>seconds</var></code></td></tr>
  129. <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CacheDefaultExpire 3600 (one hour)</code></td></tr>
  130. <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  131. <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  132. <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
  133. </table>
  134.     <p>The <code class="directive">CacheDefaultExpire</code> directive specifies a default time,
  135.     in seconds, to cache a document if neither an expiry date nor last-modified date are provided
  136.     with the document. The value specified with the <code class="directive">CacheMaxExpire</code>
  137.     directive does <em>not</em> override this setting.</p>
  138.  
  139.     <div class="example"><p><code>
  140.       CacheDefaultExpire 86400
  141.     </code></p></div>
  142.  
  143. </div>
  144. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  145. <div class="directive-section"><h2><a name="CacheDisable" id="CacheDisable">CacheDisable</a> <a name="cachedisable" id="cachedisable">Directive</a></h2>
  146. <table class="directive">
  147. <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Disable caching of specified URLs</td></tr>
  148. <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheDisable <var> url-string</var></code></td></tr>
  149. <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  150. <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  151. <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
  152. </table>
  153.     <p>The <code class="directive">CacheDisable</code> directive instructs
  154.     <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code> to <em>not</em> cache urls at or below
  155.     <var>url-string</var>.</p>
  156.  
  157.     <div class="example"><h3>Example</h3><p><code>
  158.       CacheDisable /local_files
  159.     </code></p></div>
  160.  
  161. </div>
  162. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  163. <div class="directive-section"><h2><a name="CacheEnable" id="CacheEnable">CacheEnable</a> <a name="cacheenable" id="cacheenable">Directive</a></h2>
  164. <table class="directive">
  165. <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Enable caching of specified URLs using a specified storage
  166. manager</td></tr>
  167. <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheEnable <var>cache_type</var> <var>url-string</var></code></td></tr>
  168. <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  169. <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  170. <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
  171. </table>
  172.     <p>The <code class="directive">CacheEnable</code> directive instructs
  173.     <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code> to cache urls at or below
  174.     <var>url-string</var>. The cache storage manager is specified with the
  175.     <var>cache_type</var> argument. <var>cache_type</var> <code> mem</code>
  176.     instructs <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code> to use the memory based storage
  177.     manager implemented by <code class="module"><a href="../mod/mod_mem_cache.html">mod_mem_cache</a></code>. 
  178.     <var>cache_type</var> <code>disk</code> instructs
  179.     <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code> to use the disk based storage manager
  180.     implemented by <code class="module"><a href="../mod/mod_disk_cache.html">mod_disk_cache</a></code>.
  181.     <var>cache_type</var> <code>fd</code> instructs
  182.     <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code> to use the file descriptor cache implemented
  183.     by <code class="module"><a href="../mod/mod_mem_cache.html">mod_mem_cache</a></code>.</p>
  184.     <p>In the event that the URL space overlaps between different
  185.     <code class="directive">CacheEnable</code> directives (as in the example below),
  186.     each possible storage manager will be run until the first one that
  187.     actually processes the request. The order in which the storage managers are
  188.     run is determined by the order of the <code class="directive">CacheEnable</code>
  189.     directives in the configuration file.</p>
  190.  
  191.     <div class="example"><p><code>
  192.       CacheEnable  mem   /manual<br />
  193.       CacheEnable  fd    /images<br />
  194.       CacheEnable  disk  /<br />
  195.     </code></p></div>
  196.  
  197.     <p>When acting as a forward proxy server, <var>url-string</var> can
  198.     also be used to specify remote sites and proxy protocols which 
  199.     caching should be enabled for.</p>
  200.  
  201.     <div class="example"><p><code>
  202.       # Cache proxied url's<br />
  203.       CacheEnable  disk  /<br /><br />
  204.       # Cache FTP-proxied url's<br />
  205.       CacheEnable  disk  ftp://<br /><br />
  206.       # Cache content from www.apache.org<br />
  207.       CacheEnable  disk  http://www.apache.org/<br />
  208.     </code></p></div>
  209.  
  210.  
  211. </div>
  212. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  213. <div class="directive-section"><h2><a name="CacheIgnoreCacheControl" id="CacheIgnoreCacheControl">CacheIgnoreCacheControl</a> <a name="cacheignorecachecontrol" id="cacheignorecachecontrol">Directive</a></h2>
  214. <table class="directive">
  215. <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Ignore request to not serve cached content to client</td></tr>
  216. <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheIgnoreCacheControl On|Off</code></td></tr>
  217. <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CacheIgnoreCacheControl Off</code></td></tr>
  218. <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  219. <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  220. <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
  221. </table>
  222.     <p>Ordinarily, requests containing a Cache-Control: no-cache or
  223.     Pragma: no-cache header value will not be served from the cache.  The
  224.     <code class="directive">CacheIgnoreCacheControl</code> directive allows this
  225.     behavior to be overridden.  <code class="directive">CacheIgnoreCacheControl</code>
  226.     On tells the server to attempt to serve the resource from the cache even
  227.     if the request contains no-cache header values.  Resources requiring
  228.     authorization will <em>never</em> be cached.</p>
  229.  
  230.     <div class="example"><p><code>
  231.       CacheIgnoreCacheControl On
  232.     </code></p></div>
  233.  
  234.     <div class="warning"><h3>Warning:</h3>
  235.        This directive will allow serving from the cache even if the client has
  236.        requested that the document not be served from the cache.  This might
  237.        result in stale content being served.
  238.     </div>
  239.  
  240. <h3>See also</h3>
  241. <ul>
  242. <li><code class="directive"><a href="#cachestoreprivate">CacheStorePrivate</a></code></li>
  243. <li><code class="directive"><a href="#cachestorenostore">CacheStoreNoStore</a></code></li>
  244. </ul>
  245. </div>
  246. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  247. <div class="directive-section"><h2><a name="CacheIgnoreHeaders" id="CacheIgnoreHeaders">CacheIgnoreHeaders</a> <a name="cacheignoreheaders" id="cacheignoreheaders">Directive</a></h2>
  248. <table class="directive">
  249. <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Do not store the given HTTP header(s) in the cache.
  250. </td></tr>
  251. <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheIgnoreHeaders <var>header-string</var> [<var>header-string</var>] ...</code></td></tr>
  252. <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CacheIgnoreHeaders None</code></td></tr>
  253. <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  254. <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  255. <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
  256. </table>
  257.     <p>According to RFC 2616, hop-by-hop HTTP headers are not stored in
  258.     the cache.  The following HTTP headers are hop-by-hop headers and thus
  259.     do not get stored in the cache in <em>any</em> case regardless of the
  260.     setting of <code class="directive">CacheIgnoreHeaders</code>:</p>
  261.  
  262.     <ul>
  263.       <li><code>Connection</code></li>
  264.       <li><code>Keep-Alive</code></li>
  265.       <li><code>Proxy-Authenticate</code></li>
  266.       <li><code>Proxy-Authorization</code></li>
  267.       <li><code>TE</code></li>
  268.       <li><code>Trailers</code></li>
  269.       <li><code>Transfer-Encoding</code></li>
  270.       <li><code>Upgrade</code></li>
  271.     </ul>
  272.  
  273.     <p><code class="directive">CacheIgnoreHeaders</code> specifies additional HTTP
  274.     headers that should not to be stored in the cache.  For example, it makes
  275.     sense in some cases to prevent cookies from being stored in the cache.</p>
  276.  
  277.     <p><code class="directive">CacheIgnoreHeaders</code> takes a space separated list
  278.     of HTTP headers that should not be stored in the cache. If only hop-by-hop
  279.     headers not should be stored in the cache (the RFC 2616 compliant
  280.     behaviour), <code class="directive">CacheIgnoreHeaders</code> can be set to
  281.     <code>None</code>.</p>
  282.  
  283.     <div class="example"><h3>Example 1</h3><p><code>
  284.       CacheIgnoreHeaders Set-Cookie
  285.     </code></p></div>
  286.  
  287.     <div class="example"><h3>Example 2</h3><p><code>
  288.       CacheIgnoreHeaders None
  289.     </code></p></div>
  290.  
  291.     <div class="warning"><h3>Warning:</h3>
  292.       If headers like <code>Expires</code> which are needed for proper cache
  293.       management are not stored due to a
  294.       <code class="directive">CacheIgnoreHeaders</code> setting, the behaviour of
  295.       mod_cache is undefined.
  296.     </div>
  297.  
  298. </div>
  299. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  300. <div class="directive-section"><h2><a name="CacheIgnoreNoLastMod" id="CacheIgnoreNoLastMod">CacheIgnoreNoLastMod</a> <a name="cacheignorenolastmod" id="cacheignorenolastmod">Directive</a></h2>
  301. <table class="directive">
  302. <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Ignore the fact that a response has no Last Modified
  303. header.</td></tr>
  304. <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheIgnoreNoLastMod On|Off</code></td></tr>
  305. <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CacheIgnoreNoLastMod Off</code></td></tr>
  306. <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  307. <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  308. <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
  309. </table>
  310.     <p>Ordinarily, documents without a last-modified date are not cached.
  311.     Under some circumstances the last-modified date is removed (during
  312.     <code class="module"><a href="../mod/mod_include.html">mod_include</a></code> processing for example) or not provided
  313.     at all. The <code class="directive">CacheIgnoreNoLastMod</code> directive
  314.     provides a way to specify that documents without last-modified dates
  315.     should be considered for caching, even without a last-modified date.
  316.     If neither a last-modified date nor an expiry date are provided with
  317.     the document then the value specified by the
  318.     <code class="directive">CacheDefaultExpire</code> directive will be used to
  319.     generate an expiration date.</p>
  320.  
  321.     <div class="example"><p><code>
  322.       CacheIgnoreNoLastMod On
  323.     </code></p></div>
  324.  
  325. </div>
  326. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  327. <div class="directive-section"><h2><a name="CacheLastModifiedFactor" id="CacheLastModifiedFactor">CacheLastModifiedFactor</a> <a name="cachelastmodifiedfactor" id="cachelastmodifiedfactor">Directive</a></h2>
  328. <table class="directive">
  329. <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The factor used to compute an expiry date based on the
  330. LastModified date.</td></tr>
  331. <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheLastModifiedFactor <var>float</var></code></td></tr>
  332. <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CacheLastModifiedFactor 0.1</code></td></tr>
  333. <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  334. <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  335. <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
  336. </table>
  337.     <p>In the event that a document does not provide an expiry date but does
  338.     provide a last-modified date, an expiry date can be calculated based on
  339.     the time since the document was last modified. The
  340.     <code class="directive">CacheLastModifiedFactor</code> directive specifies a
  341.     <var>factor</var> to be used in the generation of this expiry date
  342.     according to the following formula:
  343.  
  344.     <code>expiry-period = time-since-last-modified-date * <var>factor</var>
  345.     expiry-date = current-date + expiry-period</code>
  346.  
  347.     For example, if the document was last modified 10 hours ago, and
  348.     <var>factor</var> is 0.1 then the expiry-period will be set to
  349.     10*0.1 = 1 hour. If the current time was 3:00pm then the computed
  350.     expiry-date would be 3:00pm + 1hour = 4:00pm.
  351.  
  352.     If the expiry-period would be longer than that set by
  353.     <code class="directive">CacheMaxExpire</code>, then the latter takes
  354.     precedence.</p>
  355.  
  356.     <div class="example"><p><code>
  357.       CacheLastModifiedFactor 0.5
  358.     </code></p></div>
  359.  
  360. </div>
  361. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  362. <div class="directive-section"><h2><a name="CacheMaxExpire" id="CacheMaxExpire">CacheMaxExpire</a> <a name="cachemaxexpire" id="cachemaxexpire">Directive</a></h2>
  363. <table class="directive">
  364. <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The maximum time in seconds to cache a document</td></tr>
  365. <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheMaxExpire <var>seconds</var></code></td></tr>
  366. <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CacheMaxExpire 86400 (one day)</code></td></tr>
  367. <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  368. <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  369. <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
  370. </table>
  371.     <p>The <code class="directive">CacheMaxExpire</code> directive specifies the maximum number of
  372.     seconds for which cachable HTTP documents will be retained without checking the origin
  373.     server. Thus, documents will be out of date at most this number of seconds. This maximum
  374.     value is enforced even if an expiry date was supplied with the document.</p>
  375.  
  376.     <div class="example"><p><code>
  377.       CacheMaxExpire 604800
  378.     </code></p></div>
  379.  
  380. </div>
  381. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  382. <div class="directive-section"><h2><a name="CacheStoreNoStore" id="CacheStoreNoStore">CacheStoreNoStore</a> <a name="cachestorenostore" id="cachestorenostore">Directive</a></h2>
  383. <table class="directive">
  384. <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Attempt to cache requests or responses that have been marked as no-store.</td></tr>
  385. <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheStoreNoStore On|Off</code></td></tr>
  386. <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CacheStoreNoStore Off</code></td></tr>
  387. <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  388. <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  389. <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
  390. </table>
  391.     <p>Ordinarily, requests or responses with Cache-Control: no-store header
  392.        values will not be stored in the cache.  The
  393.        <code class="directive">CacheStoreNoCache</code> directive allows this
  394.        behavior to be overridden.  <code class="directive">CacheStoreNoCache</code> On
  395.        tells the server to attempt to cache the resource even if it contains
  396.        no-store header values.  Resources requiring authorization will
  397.        <em>never</em> be cached.</p>
  398.  
  399.     <div class="example"><p><code>
  400.       CacheStoreNoStore On
  401.     </code></p></div>
  402.  
  403.     <div class="warning"><h3>Warning:</h3>
  404.        As described in RFC 2616, the no-store directive is intended to
  405.        "prevent the inadvertent release or retention of sensitive information
  406.        (for example, on backup tapes)."  Enabling this option could store
  407.        sensitive information in the cache.  You are hereby warned.
  408.     </div>
  409.  
  410. <h3>See also</h3>
  411. <ul>
  412. <li><code class="directive"><a href="#cacheignorecachecontrol">CacheIgnoreCacheControl</a></code></li>
  413. <li><code class="directive"><a href="#cachestoreprivate">CacheStorePrivate</a></code></li>
  414. </ul>
  415. </div>
  416. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  417. <div class="directive-section"><h2><a name="CacheStorePrivate" id="CacheStorePrivate">CacheStorePrivate</a> <a name="cachestoreprivate" id="cachestoreprivate">Directive</a></h2>
  418. <table class="directive">
  419. <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Attempt to cache responses that the server has marked as private</td></tr>
  420. <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheStorePrivate On|Off</code></td></tr>
  421. <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CacheStorePrivate Off</code></td></tr>
  422. <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
  423. <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  424. <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
  425. </table>
  426.     <p>Ordinarily, responses with Cache-Control: private header values will not
  427.        be stored in the cache.  The <code class="directive">CacheStorePrivate</code>
  428.        directive allows this behavior to be overridden.
  429.        <code class="directive">CacheStorePrivate</code> On
  430.        tells the server to attempt to cache the resource even if it contains
  431.        private header values.  Resources requiring authorization will
  432.        <em>never</em> be cached.</p>
  433.  
  434.     <div class="example"><p><code>
  435.       CacheStorePrivate On
  436.     </code></p></div>
  437.  
  438.     <div class="warning"><h3>Warning:</h3>
  439.        This directive will allow caching even if the upstream server has
  440.        requested that the resource not be cached.  This directive is only
  441.        ideal for a 'private' cache.
  442.     </div>
  443.  
  444. <h3>See also</h3>
  445. <ul>
  446. <li><code class="directive"><a href="#cacheignorecachecontrol">CacheIgnoreCacheControl</a></code></li>
  447. <li><code class="directive"><a href="#cachestorenostore">CacheStoreNoStore</a></code></li>
  448. </ul>
  449. </div>
  450. </div>
  451. <div class="bottomlang">
  452. <p><span>Available Languages: </span><a href="../en/mod/mod_cache.html" title="English"> en </a> |
  453. <a href="../ja/mod/mod_cache.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
  454. <a href="../ko/mod/mod_cache.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
  455. </div><div id="footer">
  456. <p class="apache">Copyright 1995-2006 The Apache Software Foundation or its licensors, as applicable.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
  457. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
  458. </body></html>